ci: revert ASAN runner to ubuntu-latest (r-hub gcc-asan has no arm64 image)#275
Merged
Conversation
…image) The 2026-06-19 ubuntu-latest->ubuntu-24.04-arm switch (01c99be) broke the workflow: the ghcr.io/r-hub/containers/gcc-asan image has no arm64 variant, so the container dies at init (~35s, 'container is not running') before any ASAN work. Revert to the ubuntu-latest (x86) config that ran green for 42 min on 2026-06-16 (decfe3e).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
gcc-ASANworkflow has failed on every run since 2026-06-19. The2026-06-19switchubuntu-latest→ubuntu-24.04-arm(commit 01c99be)broke it: the
ghcr.io/r-hub/containers/gcc-asan:latestimage has noarm64 variant, so the container dies at initialisation (~35s,
"container ... is not running") before any ASAN work runs.
Fix
Revert the runner to
ubuntu-latest(x86) — the exact config that rangreen for 42 min on 2026-06-16 (commit decfe3e). One-line change.
Verification
Branch run 28646552710
completed green across all three legs (tests/examples/vignettes) in
17m — real ASAN execution restored.
🤖 Generated with Claude Code